projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89de5a8
)
gdbsx: Install into correct directory $(SBINDIR)
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 2 Aug 2010 15:58:50 +0000
(16:58 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 2 Aug 2010 15:58:50 +0000
(16:58 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/debugger/gdbsx/Makefile
patch
|
blob
|
history
diff --git
a/tools/debugger/gdbsx/Makefile
b/tools/debugger/gdbsx/Makefile
index 4b25454e03be594ef678ae345518ab75c1aacde1..ce206e2ea5b9182450d3283362d99872aa96d19d 100644
(file)
--- a/
tools/debugger/gdbsx/Makefile
+++ b/
tools/debugger/gdbsx/Makefile
@@
-1,8
+1,6
@@
XEN_ROOT = ../../..
include ./Rules.mk
-sbindir=/usr/sbin
-
.PHONY: all
all:
$(MAKE) -C gx
@@
-16,8
+14,8
@@
clean:
.PHONY: install
install: all
- [ -d $(DESTDIR)$(
sbindir) ] || $(INSTALL_DIR) $(DESTDIR)$(sbindir
)
- $(INSTALL_PROG) gdbsx $(DESTDIR)$(
sbindir
)/gdbsx
+ [ -d $(DESTDIR)$(
SBINDIR) ] || $(INSTALL_DIR) $(DESTDIR)$(SBINDIR
)
+ $(INSTALL_PROG) gdbsx $(DESTDIR)$(
SBINDIR
)/gdbsx
gdbsx: gx/gx_all.a xg/xg_all.a
$(CC) -o $@ $^